home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Info-Mac 1992 August
/
info-mac-1992.iso
/
Applications (app)
/
Ray Tracer
/
event.c
< prev
next >
Wrap
Text File
|
1989-04-28
|
112b
|
9 lines
#ifdef THINK_C
CallStdEvent()
{
EventRecord Evt;
if (GetNextEvent(everyEvent,&Evt))
StdEvent(&Evt);
}
#endif